projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af999c6
)
(x_draw_glyphs): Fix compuation of rightmost x for
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 14 May 2001 13:03:23 +0000
(13:03 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 14 May 2001 13:03:23 +0000
(13:03 +0000)
full-width rows.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 6513827912683a10882ea7f3fee0acbd9956cee0..056514d709646d3dc2c9b83fb8254c3f1a288d53 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-5094,7
+5094,7
@@
x_draw_glyphs (w, x, row, area, start, end, hl, real_start, real_end,
}
x += FRAME_INTERNAL_BORDER_WIDTH (f);
- last_x
-
= FRAME_INTERNAL_BORDER_WIDTH (f);
+ last_x
+
= FRAME_INTERNAL_BORDER_WIDTH (f);
}
else
{